Spread ASP.NET 6.0 Product Documentation
FpSpread(HtmlHelper,String,Action<FpSpread>) Method
See Also  Send Feedback
FarPoint.Mvc.Spread Assembly > FarPoint.Mvc.Spread Namespace > FpSpreadExtensions Class : FpSpread(HtmlHelper,String,Action<FpSpread>) Method


html
The HTML helper instance that this method extends.
id
The id of the FpSpread instance.
action
The action which initializes the Spread if it is not sent from the controller.

Glossary Item Box

Returns an element that contains the FarPoint Spread.

Syntax

Visual Basic (Declaration) 
Public Shared Function FpSpread( _
   ByVal html As HtmlHelper, _
   ByVal id As String, _
   Optional ByVal action As Action(Of FpSpread) _
) As MvcHtmlString
Visual Basic (Usage)Copy Code
Dim html As HtmlHelper
Dim id As String
Dim action As Action(Of FpSpread)
Dim value As MvcHtmlString
 
value = FpSpreadExtensions.FpSpread(html, id, action)
C# 
public static MvcHtmlString FpSpread( 
   HtmlHelper html,
   string id,
   Action<FpSpread> action
)

Parameters

html
The HTML helper instance that this method extends.
id
The id of the FpSpread instance.
action
The action which initializes the Spread if it is not sent from the controller.

Return Value

An element that contains the FarPoint Spread.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.